[INFO] fetching crate tstring-json 0.2.1...
[INFO] fixing tstring-json-0.2.1 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate tstring-json 0.2.1 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate tstring-json 0.2.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate tstring-json 0.2.1
[INFO] tweaked toml for crates.io crate tstring-json 0.2.1 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate tstring-json 0.2.1 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate tstring-json 0.2.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tstring-syntax v0.2.1
[INFO] [stderr]   Downloaded toml_parser v1.0.9+spec-1.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6578854c30788bcba6ee3aabc1bf3d1852e45f727d28a24b93d79cd61c78fa01
[INFO] running `Command { std: "docker" "start" "6578854c30788bcba6ee3aabc1bf3d1852e45f727d28a24b93d79cd61c78fa01", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6578854c30788bcba6ee3aabc1bf3d1852e45f727d28a24b93d79cd61c78fa01" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6578854c30788bcba6ee3aabc1bf3d1852e45f727d28a24b93d79cd61c78fa01", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6578854c30788bcba6ee3aabc1bf3d1852e45f727d28a24b93d79cd61c78fa01" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking winnow v0.7.15
[INFO] [stderr]     Checking itoa v1.0.17
[INFO] [stderr]     Checking memchr v2.8.0
[INFO] [stderr]     Checking toml_writer v1.0.6+spec-1.1.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking toml_parser v1.0.9+spec-1.1.0
[INFO] [stderr]     Checking tstring-syntax v0.2.1
[INFO] [stderr]     Checking toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]     Checking serde_spanned v1.0.4
[INFO] [stderr]     Checking toml v0.9.12+spec-1.1.0
[INFO] [stderr]     Checking tstring-json v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]    --> src/lib.rs:803:9
[INFO] [stdout]     |
[INFO] [stdout] 803 |     use pyo3::prelude::*;
[INFO] [stdout]     |         ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `pyo3`, use `cargo add pyo3` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tstring_pyo3_bindings` in this scope
[INFO] [stdout]    --> src/lib.rs:805:9
[INFO] [stdout]     |
[INFO] [stdout] 805 |     use tstring_pyo3_bindings::{extract_template, json::render_document};
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `tstring_pyo3_bindings`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tstring_pyo3_bindings`, use `cargo add tstring_pyo3_bindings` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `tstring_pyo3_bindings`
[INFO] [stdout]    --> src/lib.rs:805:9
[INFO] [stdout]     |
[INFO] [stdout] 805 |     use tstring_pyo3_bindings::{extract_template, json::render_document};
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `tstring_pyo3_bindings`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tstring_pyo3_bindings`, use `cargo add tstring_pyo3_bindings` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]    --> src/lib.rs:821:17
[INFO] [stdout]     |
[INFO] [stdout] 821 |                 pyo3::ffi::c_str!(
[INFO] [stdout]     |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]    --> src/lib.rs:824:17
[INFO] [stdout]     |
[INFO] [stdout] 824 |                 pyo3::ffi::c_str!("test_json.py"),
[INFO] [stdout]     |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]    --> src/lib.rs:825:17
[INFO] [stdout]     |
[INFO] [stdout] 825 |                 pyo3::ffi::c_str!("test_json"),
[INFO] [stdout]     |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]    --> src/lib.rs:853:17
[INFO] [stdout]     |
[INFO] [stdout] 853 |                 pyo3::ffi::c_str!(
[INFO] [stdout]     |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]    --> src/lib.rs:856:17
[INFO] [stdout]     |
[INFO] [stdout] 856 |                 pyo3::ffi::c_str!("test_json_render.py"),
[INFO] [stdout]     |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]    --> src/lib.rs:857:17
[INFO] [stdout]     |
[INFO] [stdout] 857 |                 pyo3::ffi::c_str!("test_json_render"),
[INFO] [stdout]     |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]    --> src/lib.rs:879:17
[INFO] [stdout]     |
[INFO] [stdout] 879 |                 pyo3::ffi::c_str!(
[INFO] [stdout]     |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]    --> src/lib.rs:882:17
[INFO] [stdout]     |
[INFO] [stdout] 882 |                 pyo3::ffi::c_str!("test_json_scalar.py"),
[INFO] [stdout]     |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]    --> src/lib.rs:883:17
[INFO] [stdout]     |
[INFO] [stdout] 883 |                 pyo3::ffi::c_str!("test_json_scalar"),
[INFO] [stdout]     |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]    --> src/lib.rs:915:17
[INFO] [stdout]     |
[INFO] [stdout] 915 |                 pyo3::ffi::c_str!(
[INFO] [stdout]     |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]    --> src/lib.rs:918:17
[INFO] [stdout]     |
[INFO] [stdout] 918 |                 pyo3::ffi::c_str!("test_json_fragments.py"),
[INFO] [stdout]     |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]    --> src/lib.rs:919:17
[INFO] [stdout]     |
[INFO] [stdout] 919 |                 pyo3::ffi::c_str!("test_json_fragments"),
[INFO] [stdout]     |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]    --> src/lib.rs:947:17
[INFO] [stdout]     |
[INFO] [stdout] 947 |                 pyo3::ffi::c_str!("key=1\ntemplate=t'{{{key}: 1}}'\n"),
[INFO] [stdout]     |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]    --> src/lib.rs:948:17
[INFO] [stdout]     |
[INFO] [stdout] 948 |                 pyo3::ffi::c_str!("test_json_error.py"),
[INFO] [stdout]     |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]    --> src/lib.rs:949:17
[INFO] [stdout]     |
[INFO] [stdout] 949 |                 pyo3::ffi::c_str!("test_json_error"),
[INFO] [stdout]     |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]    --> src/lib.rs:970:17
[INFO] [stdout]     |
[INFO] [stdout] 970 |                 pyo3::ffi::c_str!(
[INFO] [stdout]     |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]    --> src/lib.rs:973:17
[INFO] [stdout]     |
[INFO] [stdout] 973 |                 pyo3::ffi::c_str!("test_json_unrepresentable.py"),
[INFO] [stdout]     |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]    --> src/lib.rs:974:17
[INFO] [stdout]     |
[INFO] [stdout] 974 |                 pyo3::ffi::c_str!("test_json_unrepresentable"),
[INFO] [stdout]     |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1001:17
[INFO] [stdout]      |
[INFO] [stdout] 1001 |                 pyo3::ffi::c_str!("template=t'\"\\\\uD834\\\\uDD1E\"'\n"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1002:17
[INFO] [stdout]      |
[INFO] [stdout] 1002 |                 pyo3::ffi::c_str!("test_json_unicode.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1003:17
[INFO] [stdout]      |
[INFO] [stdout] 1003 |                 pyo3::ffi::c_str!("test_json_unicode"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1020:17
[INFO] [stdout]      |
[INFO] [stdout] 1020 |                 pyo3::ffi::c_str!(
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1023:17
[INFO] [stdout]      |
[INFO] [stdout] 1023 |                 pyo3::ffi::c_str!("test_json_numbers.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1024:17
[INFO] [stdout]      |
[INFO] [stdout] 1024 |                 pyo3::ffi::c_str!("test_json_numbers"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1049:17
[INFO] [stdout]      |
[INFO] [stdout] 1049 |                 pyo3::ffi::c_str!(
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1052:17
[INFO] [stdout]      |
[INFO] [stdout] 1052 |                 pyo3::ffi::c_str!("test_json_whitespace.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1053:17
[INFO] [stdout]      |
[INFO] [stdout] 1053 |                 pyo3::ffi::c_str!("test_json_whitespace"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1528:17
[INFO] [stdout]      |
[INFO] [stdout] 1528 |                 pyo3::ffi::c_str!(
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1531:17
[INFO] [stdout]      |
[INFO] [stdout] 1531 |                 pyo3::ffi::c_str!("test_json_invalid_unicode.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1532:17
[INFO] [stdout]      |
[INFO] [stdout] 1532 |                 pyo3::ffi::c_str!("test_json_invalid_unicode"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1669:17
[INFO] [stdout]      |
[INFO] [stdout] 1669 |                 pyo3::ffi::c_str!(
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1672:17
[INFO] [stdout]      |
[INFO] [stdout] 1672 |                 pyo3::ffi::c_str!("test_json_structural_invalids.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1673:17
[INFO] [stdout]      |
[INFO] [stdout] 1673 |                 pyo3::ffi::c_str!("test_json_structural_invalids"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1703:17
[INFO] [stdout]      |
[INFO] [stdout] 1703 |                 pyo3::ffi::c_str!(
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1706:17
[INFO] [stdout]      |
[INFO] [stdout] 1706 |                 pyo3::ffi::c_str!("test_json_invalid_keywords.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1707:17
[INFO] [stdout]      |
[INFO] [stdout] 1707 |                 pyo3::ffi::c_str!("test_json_invalid_keywords"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1736:17
[INFO] [stdout]      |
[INFO] [stdout] 1736 |                 pyo3::ffi::c_str!(
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1739:17
[INFO] [stdout]      |
[INFO] [stdout] 1739 |                 pyo3::ffi::c_str!("test_json_additional_parse_errors.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1740:17
[INFO] [stdout]      |
[INFO] [stdout] 1740 |                 pyo3::ffi::c_str!("test_json_additional_parse_errors"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1787:17
[INFO] [stdout]      |
[INFO] [stdout] 1787 |                 pyo3::ffi::c_str!(
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1790:17
[INFO] [stdout]      |
[INFO] [stdout] 1790 |                 pyo3::ffi::c_str!("test_json_keyword_empty_shapes.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1791:17
[INFO] [stdout]      |
[INFO] [stdout] 1791 |                 pyo3::ffi::c_str!("test_json_keyword_empty_shapes"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1833:17
[INFO] [stdout]      |
[INFO] [stdout] 1833 |                 pyo3::ffi::c_str!(
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1836:17
[INFO] [stdout]      |
[INFO] [stdout] 1836 |                 pyo3::ffi::c_str!("test_json_whitespace_shapes.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1837:17
[INFO] [stdout]      |
[INFO] [stdout] 1837 |                 pyo3::ffi::c_str!("test_json_whitespace_shapes"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1871:17
[INFO] [stdout]      |
[INFO] [stdout] 1871 |                 pyo3::ffi::c_str!(
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1874:17
[INFO] [stdout]      |
[INFO] [stdout] 1874 |                 pyo3::ffi::c_str!("test_json_end_to_end_positions.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1875:17
[INFO] [stdout]      |
[INFO] [stdout] 1875 |                 pyo3::ffi::c_str!("test_json_end_to_end_positions"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1902:17
[INFO] [stdout]      |
[INFO] [stdout] 1902 |                 pyo3::ffi::c_str!(
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1905:17
[INFO] [stdout]      |
[INFO] [stdout] 1905 |                 pyo3::ffi::c_str!("test_json_rfc_8259_image_example.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1906:17
[INFO] [stdout]      |
[INFO] [stdout] 1906 |                 pyo3::ffi::c_str!("test_json_rfc_8259_image_example"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1942:17
[INFO] [stdout]      |
[INFO] [stdout] 1942 |                 pyo3::ffi::c_str!(
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1945:17
[INFO] [stdout]      |
[INFO] [stdout] 1945 |                 pyo3::ffi::c_str!("test_json_rfc_8259_value_examples.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1946:17
[INFO] [stdout]      |
[INFO] [stdout] 1946 |                 pyo3::ffi::c_str!("test_json_rfc_8259_value_examples"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2002:17
[INFO] [stdout]      |
[INFO] [stdout] 2002 |                 pyo3::ffi::c_str!(
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2005:17
[INFO] [stdout]      |
[INFO] [stdout] 2005 |                 pyo3::ffi::c_str!("test_json_unicode_escape_mix.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2006:17
[INFO] [stdout]      |
[INFO] [stdout] 2006 |                 pyo3::ffi::c_str!("test_json_unicode_escape_mix"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2029:17
[INFO] [stdout]      |
[INFO] [stdout] 2029 |                 pyo3::ffi::c_str!(
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2032:17
[INFO] [stdout]      |
[INFO] [stdout] 2032 |                 pyo3::ffi::c_str!("test_json_escape_variants.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2033:17
[INFO] [stdout]      |
[INFO] [stdout] 2033 |                 pyo3::ffi::c_str!("test_json_escape_variants"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2068:17
[INFO] [stdout]      |
[INFO] [stdout] 2068 |                 pyo3::ffi::c_str!(
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2071:17
[INFO] [stdout]      |
[INFO] [stdout] 2071 |                 pyo3::ffi::c_str!("test_json_promoted_rows.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2072:17
[INFO] [stdout]      |
[INFO] [stdout] 2072 |                 pyo3::ffi::c_str!("test_json_promoted_rows"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2095:17
[INFO] [stdout]      |
[INFO] [stdout] 2095 |                 pyo3::ffi::c_str!(
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2098:17
[INFO] [stdout]      |
[INFO] [stdout] 2098 |                 pyo3::ffi::c_str!("test_json_negative_zero_shapes.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2099:17
[INFO] [stdout]      |
[INFO] [stdout] 2099 |                 pyo3::ffi::c_str!("test_json_negative_zero_shapes"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2131:17
[INFO] [stdout]      |
[INFO] [stdout] 2131 |                 pyo3::ffi::c_str!(
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2134:17
[INFO] [stdout]      |
[INFO] [stdout] 2134 |                 pyo3::ffi::c_str!("test_json_top_level_keywords.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2135:17
[INFO] [stdout]      |
[INFO] [stdout] 2135 |                 pyo3::ffi::c_str!("test_json_top_level_keywords"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2159:17
[INFO] [stdout]      |
[INFO] [stdout] 2159 |                 pyo3::ffi::c_str!(
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2162:17
[INFO] [stdout]      |
[INFO] [stdout] 2162 |                 pyo3::ffi::c_str!("test_json_escape_unicode_keyword_shapes.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2163:17
[INFO] [stdout]      |
[INFO] [stdout] 2163 |                 pyo3::ffi::c_str!("test_json_escape_unicode_keyword_shapes"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]    --> src/lib.rs:818:9
[INFO] [stdout]     |
[INFO] [stdout] 818 |         Python::with_gil(|py| {
[INFO] [stdout]     |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]    --> src/lib.rs:819:26
[INFO] [stdout]     |
[INFO] [stdout] 819 |             let module = PyModule::from_code(
[INFO] [stdout]     |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]    --> src/lib.rs:850:9
[INFO] [stdout]     |
[INFO] [stdout] 850 |         Python::with_gil(|py| {
[INFO] [stdout]     |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]    --> src/lib.rs:851:26
[INFO] [stdout]     |
[INFO] [stdout] 851 |             let module = PyModule::from_code(
[INFO] [stdout]     |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]    --> src/lib.rs:876:9
[INFO] [stdout]     |
[INFO] [stdout] 876 |         Python::with_gil(|py| {
[INFO] [stdout]     |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]    --> src/lib.rs:877:26
[INFO] [stdout]     |
[INFO] [stdout] 877 |             let module = PyModule::from_code(
[INFO] [stdout]     |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]    --> src/lib.rs:912:9
[INFO] [stdout]     |
[INFO] [stdout] 912 |         Python::with_gil(|py| {
[INFO] [stdout]     |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]    --> src/lib.rs:913:26
[INFO] [stdout]     |
[INFO] [stdout] 913 |             let module = PyModule::from_code(
[INFO] [stdout]     |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]    --> src/lib.rs:944:9
[INFO] [stdout]     |
[INFO] [stdout] 944 |         Python::with_gil(|py| {
[INFO] [stdout]     |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]    --> src/lib.rs:945:26
[INFO] [stdout]     |
[INFO] [stdout] 945 |             let module = PyModule::from_code(
[INFO] [stdout]     |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]    --> src/lib.rs:967:9
[INFO] [stdout]     |
[INFO] [stdout] 967 |         Python::with_gil(|py| {
[INFO] [stdout]     |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]    --> src/lib.rs:968:26
[INFO] [stdout]     |
[INFO] [stdout] 968 |             let module = PyModule::from_code(
[INFO] [stdout]     |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]    --> src/lib.rs:998:9
[INFO] [stdout]     |
[INFO] [stdout] 998 |         Python::with_gil(|py| {
[INFO] [stdout]     |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]    --> src/lib.rs:999:26
[INFO] [stdout]     |
[INFO] [stdout] 999 |             let module = PyModule::from_code(
[INFO] [stdout]     |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:1017:9
[INFO] [stdout]      |
[INFO] [stdout] 1017 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:1018:26
[INFO] [stdout]      |
[INFO] [stdout] 1018 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:1046:9
[INFO] [stdout]      |
[INFO] [stdout] 1046 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:1047:26
[INFO] [stdout]      |
[INFO] [stdout] 1047 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:1525:9
[INFO] [stdout]      |
[INFO] [stdout] 1525 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:1526:26
[INFO] [stdout]      |
[INFO] [stdout] 1526 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:1666:9
[INFO] [stdout]      |
[INFO] [stdout] 1666 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:1667:26
[INFO] [stdout]      |
[INFO] [stdout] 1667 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:1700:9
[INFO] [stdout]      |
[INFO] [stdout] 1700 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:1701:26
[INFO] [stdout]      |
[INFO] [stdout] 1701 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:1733:9
[INFO] [stdout]      |
[INFO] [stdout] 1733 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:1734:26
[INFO] [stdout]      |
[INFO] [stdout] 1734 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:1784:9
[INFO] [stdout]      |
[INFO] [stdout] 1784 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:1785:26
[INFO] [stdout]      |
[INFO] [stdout] 1785 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:1830:9
[INFO] [stdout]      |
[INFO] [stdout] 1830 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:1831:26
[INFO] [stdout]      |
[INFO] [stdout] 1831 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:1868:9
[INFO] [stdout]      |
[INFO] [stdout] 1868 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:1869:26
[INFO] [stdout]      |
[INFO] [stdout] 1869 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:1899:9
[INFO] [stdout]      |
[INFO] [stdout] 1899 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:1900:26
[INFO] [stdout]      |
[INFO] [stdout] 1900 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:1939:9
[INFO] [stdout]      |
[INFO] [stdout] 1939 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:1940:26
[INFO] [stdout]      |
[INFO] [stdout] 1940 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:1999:9
[INFO] [stdout]      |
[INFO] [stdout] 1999 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:2000:26
[INFO] [stdout]      |
[INFO] [stdout] 2000 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:2026:9
[INFO] [stdout]      |
[INFO] [stdout] 2026 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:2027:26
[INFO] [stdout]      |
[INFO] [stdout] 2027 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:2065:9
[INFO] [stdout]      |
[INFO] [stdout] 2065 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:2066:26
[INFO] [stdout]      |
[INFO] [stdout] 2066 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:2092:9
[INFO] [stdout]      |
[INFO] [stdout] 2092 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:2093:26
[INFO] [stdout]      |
[INFO] [stdout] 2093 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:2128:9
[INFO] [stdout]      |
[INFO] [stdout] 2128 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:2129:26
[INFO] [stdout]      |
[INFO] [stdout] 2129 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:2156:9
[INFO] [stdout]      |
[INFO] [stdout] 2156 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:2157:26
[INFO] [stdout]      |
[INFO] [stdout] 2157 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tstring-json` (lib test) due to 123 previous errors
[INFO] running `Command { std: "docker" "inspect" "6578854c30788bcba6ee3aabc1bf3d1852e45f727d28a24b93d79cd61c78fa01", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6578854c30788bcba6ee3aabc1bf3d1852e45f727d28a24b93d79cd61c78fa01", kill_on_drop: false }`
[INFO] [stdout] 6578854c30788bcba6ee3aabc1bf3d1852e45f727d28a24b93d79cd61c78fa01
